home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / intmemry.zip / MEMO1330.TXT < prev    next >
Text File  |  1992-10-02  |  13KB  |  287 lines

  1. ╔═════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                         ║
  3. ║           Classic Above Board Emulator Board Compatibility              ║
  4. ║                                                                         ║
  5. ╚═════════════════════════════════════════════════════════════════════════╝
  6.  
  7.    AS400 (IBM MINICOMPUTER) & 5250 SW
  8.  
  9.       AS400 emulation software/system can use IBM Enhanced 5250 adapter
  10.       board and others. Try adding the following parameters to EMM and 5250
  11.       line as below:
  12.  
  13.       In AT's, add EXPF=D000 to EMM.SYS; in PC's or XT's try EXPF=E000.
  14.       For the batch software that loads emulation software, add the /MC
  15.       parameter: E5250AH.COM /MC
  16.  
  17.       The MC parameter forces the emulation to use CC000 address, which
  18.       could conflict if a Token Ring adapter is being used as the emulation
  19.       platform. We currently don't know what other /M parameters are
  20.       available.
  21.  
  22.    AST 3270
  23.  
  24.       *Field Report* of compatibility with Above Boards.
  25.  
  26.       Tech Notes:  Board uses 8 or 16k Shared RAM, not sure how it's set.
  27.       Memory addresses are set by a parameter on one of their drivers. It's
  28.       5 digits long: first digit - A B C D or E, second digit - 0 2 4 6 8 a
  29.       c e, last 3 are 0's.
  30.  
  31.    AST 5251-11 EMULATOR ADAPTER
  32.  
  33.       *Field Report* of compatibility with Above Boards.
  34.  
  35.       Tech Notes: Default I/O address for this board is 258.  Set AB to an
  36.       alternate address for compatibility. Same functions as the IBM 5250
  37.       boards.Memory addresses:  16K addressable on 16K boundaries from
  38.       8000h (512K) to F000h.  Use C800h on 5251 board & EXPF=CC00 on EMM
  39.       line.
  40.  
  41.    ATTACHMATE 3270 EMULATOR BOARD MODEL II
  42.  
  43.       *FIELD REPORTS* of compatibility with current Above Boards. This 3270
  44.       emulator board apparently offers the same functions as IBM 3278/79
  45.       board.
  46.  
  47.       Tech Notes: One field report of incompatibility with AB/PS's
  48.       CLOCK.SYS.  The board functions correctly when CLOCK.SYS is not
  49.       invoked, so it should be compatible with all other discontinued ABs.
  50.  
  51.       Memory addresses: 64K ROM starting at A0000, B0000, C0000, or D0000
  52.  
  53.    BLUE LYNX 5250 EMULATOR BOARD
  54.  
  55.       *FIELD REPORTS* of compatibility with Above Boards.
  56.       The reserved memory address of this board defaults to C8000 and is
  57.       configured with switches.  If using EMM.SYS, configure the Blue Lynx
  58.       board for C8000 and use EXPF=D000 on the EMM.SYS line.
  59.  
  60.    FORTE EMULATOR BOARD
  61.  
  62.       *FIELD REPORTS* of compatibility with current Above Boards. This
  63.       emulation board seems to offer the same functions as an IBM 3278/79
  64.       board.
  65.  
  66.       Tech Notes: we don't know the reserved memory addresses available for
  67.       this board at this time.
  68.  
  69.    IBM 3278/79 EMULATOR ADAPTER
  70.  
  71.       Allows a PC or AT to act as a IBM 3278 or 3279 terminal and link to
  72.       an IBM mainframe.  A control program which acts as a shell around DOS
  73.       is needed to use this board.
  74.  
  75.       It is compatible with all ABs.  When used with the AB/AT, AB PS/AT,
  76.       or AB 286,  the user must use the "NE" parameter in the CONFIG.SYS,
  77.       eg. DEVICE=EMM.SYS AT x000 2x8 NE    (the "NE" parameter must be
  78.       added manully , INSTALL does not add it.) WARNING!!!! USING THE NE
  79.       PARAMETER CAN DAMAGE THE DATA ON THE HARD DISK IF EXTENDED MEMORY
  80.       EXISTS ON THE AB!!!!!
  81.  
  82.       (If the caller does not have version 4.0 or greater of the AB
  83.       software, they will need EMM.SYS version 3.30 or higher and use the
  84.       "e" parameter in CONFIG.SYS, eg. DEVICE=EMM.SYS Mx Iz E     (The "e"
  85.       parameter must be added manually, SETUP does not add it.)
  86.  
  87.       When troubleshooting, be sure to get the control program version
  88.       number/
  89.  
  90.       Using QUIKBUF:  A Prtsc will not work when in the emulation mode
  91.       because of the control program's shell around DOS.  QUIKBUF should be
  92.       loaded in AUTOEXEC before the control program for all CP versions <
  93.       3.0.
  94.  
  95.       Using TESTAB:  The control program's presence will disrupt TESTAB's
  96.       operation.  If possible, the emulator h/w and s/w should be removed
  97.       prior to running TESTAB.
  98.  
  99.       Memory addresses:   Uses approximately 8k at CE000
  100.  
  101.    IBM 5250 EMULATOR ADAPTER (NOT ENHANCED)
  102.  
  103.       If system locks up when switching from an emulation session to a DOS
  104.       session, try changing EMM memory address parameter.  One customer
  105.       found that the "EXPF=D000" fixed the problem on his AB Plus.
  106.  
  107.       If getting the message "No room in PC address space for 5250 RAM"
  108.       Try adding the RD parameter on the EMM.SYS device driver line.
  109.       Apparently the 5250 software tries to set itself up in specific
  110.       ranges in conventional memory. We've had customers report that adding
  111.       the RD parameter allowed everything to work. On the other hand, we've
  112.       also heard from some customers who started out with the RD parameter
  113.       and then got this message, they pulled the RD parameter and
  114.       everything worked fine.
  115.  
  116.       Recommend NOT using Quikbuf with the emulator.  QUIKBUF should be
  117.       added after the emulator program in AUTOEXEC.BAT.  QUIKBUF cannot be
  118.       used to buffer a printer which has been assigned as System 3x printer
  119.       emulation.  In some configurations, QUIKBUF may work only with the
  120.       Pop-up menu disabled, in others it will not work at all and should be
  121.       removed. Memory addressing: ??
  122.  
  123.       Allows a PC or AT to act as a terminal to an IBM System 34, 36, or 38
  124.       minicomputer. Requires use of an emulator program, (be sure to get
  125.       the s/w version number when troubleshooting).
  126.  
  127.    IBM ENHANCED 5250 EMULATOR ADAPTER
  128.  
  129.       *FIELD REPORTS* of compatibility with Above Boards.
  130.  
  131.       Tech Notes: This version of the hardware, when used with s/w versions
  132.       lower than 2.1, has an incompatibility with ANY conventional memory
  133.       between 512k and 640k WHEN AN EGA CARD IS INSTALLED.  There is a
  134.       patch listed on pg. A-3 of the 5250 users guide, but it is not
  135.       guaranteed by IBM.
  136.  
  137.       S/W versions 2.1 and 2.2 correct the EGA-Conventional memory problem.
  138.  
  139.       If system locks up when switching from an emulation session to a DOS
  140.       session, try changing EMM memory address parameters.  One customer
  141.       found that "EXPF=D000" fixed the problem on his AB Plus.
  142.  
  143.       Recommend NOT using Quikbuf with the emulator.  QUIKBUF should be
  144.       added after the emulator program in AUTOEXEC.BAT.  QUIKBUF cannot be
  145.       used to buffer a printer which has been assigned as System 3x printer
  146.       emulation.  In some configurations, QUIKBUF may work only with the
  147.       Pop-up menu disabled, in others it will not work at all and should be
  148.       removed. Memory addressing: ?? I/O default:  271h, switches 1-6 allow
  149.       selection of any of 240h-27Fh.
  150.  
  151.    EMERALD 3X TWIN EMULATION BOARD
  152.  
  153.       *Field Report* of compatibility with current Above Boards.
  154.  
  155.       Tech Notes: The Emerald 3X Twin has a movable IRQ and IO address (via
  156.       jumpers), but does not use any memory above 640K.
  157.  
  158.    IDEA ASSOCIATES 5251 EMULATOR (IDEACOMM)
  159.  
  160.       *Field Reports* of compatibility with the Above Boards.
  161.  
  162.       Tech Notes: There is ram on the board, 16Kb in size, mappable on 16k
  163.       boundaries from C000 to EC00, and is software configurable.
  164.  
  165.    IRMA EMULATOR BOARD
  166.  
  167.       We have FIELD REPORTS of compatibility with all ABs.
  168.  
  169.       Offers same functions as IBM 3278/79 board.
  170.  
  171.       I/O Address: 248
  172.       Memory addresses:  ??????
  173.  
  174.    ITT COURIER 3278/79 EMULATOR BOARD
  175.  
  176.       *FIELD REPORTS* of compatibility with Above Boards in SOME
  177.       environments. If the AB is set up to provide extended, conventional,
  178.       or a combination of extended or conventional everything will be fine.
  179.  
  180.       If the AB is needed to provide expanded memory, there may be a
  181.       reserved memory conflict. This emulator board uses a 64K block of
  182.       addresses, based at either D0000h or E0000h.  If an EGA or VGA is
  183.       present in an AT-type system, the AB cannot be used to provide
  184.       expanded memory.  If there isn't an EGA or VGA in that system, then
  185.       set the AB for C0000h. In PC-type systems set the expanded memory
  186.       page frame to start at E0000h regardless if there's an EGA or VGA
  187.       present.
  188.  
  189.    LEE DATA 3270 EMULATOR
  190.  
  191.       *FIELD REPORTS* of complete compatibility with Above Boards providing
  192.       conventional or extended memory.  When the Above Board is providing
  193.       expanded memory there is a potentional reserved memory conflict since
  194.       this board has a ROM from D000 - DFFF that cannot be changed. In
  195.       80286-based computers that have an EGA or VGA adapter there will be
  196.       no room for the expanded memory page frame in reserved memory.
  197.  
  198.    MICROPLUS 3278 EMULATOR BOARD
  199.  
  200.       We have MIXED FIELD REPORTS on compatibility with Above Boards and
  201.       this board. This emulator apparently offers the same functions as the
  202.       IBM 3278/79 board. Apparently it is compatible with ABs providing
  203.       conventional or extended memory, but could run into a conflict with
  204.       an AB providing expanded memory.
  205.  
  206.       We have a field report of compatibility with an AB providing expanded
  207.       memory in a PC system using the DC000-EBFFFh range for the expanded
  208.       memory page frame. Another field report cites unresolvable reserved
  209.       memory conflicts in an AT system. We don't know what reserved memory
  210.       addresses this emulator board uses or if the addresses can be moved.
  211.  
  212.    PDI508 ARCNET INTERFACE (PURE DATA LTD)
  213.  
  214.       Customer Reports of compatibility with Above Boards and the Matched
  215.       Memory Classic. Intel memory boards providing conventional or
  216.       extended memory have no conflicts with this board, however if an
  217.       Intel memory board is providing expanded memory there are some
  218.       reserved memory issues to be aware of.
  219.  
  220.       For instance, if the customer had an EGA or VGA board, the PDi508
  221.       board, and wanted an Above Board to provide expanded memory, there
  222.       wouldn't be enough reserved memory address space for all three
  223.       boards.
  224.  
  225.       Pure Data Ltd. has a work-around for the EGA, expanded memory, and
  226.       their Arcnet board in their product addendum bulletin #6300001000 of
  227.       May 15, 1987.
  228.  
  229.       Pure Data Ltd. boards are software or switch configurable. The
  230.       software configurable models are the PDI516+ and the PDI508+. The
  231.       516+ board is configured by running the program CFGI516. The 508+
  232.       board is configured by running the program CFGI508. Alternate address
  233.       is CC00 by running these programs.
  234.  
  235.       Models PDI507 and PDI508 are switch configurable. Contact Pure Data
  236.       for more information, (Pure Data can be contacted from within the
  237.       United States at ph: 416-731-6444).
  238.  
  239.    QUADRAM MAINLINK EMULATION
  240.  
  241.       * FIELD REPORT *   Compatible with AB PLUS EMS or EXTENDED memory.
  242.  
  243.       This board has a nonconfigurable "Reserved Buffer" area at CE00 -
  244.       CFFF.  8K ROM defaults to D000 but is configurable.  Use CC00 for
  245.       MAINLINK ROM and D000 for EMM to avoid conflict with other hardware.
  246.  
  247.       MAINLINK includes MLTEST which checks for memory, I/O or IRQ
  248.       conflicts.  It sees the first EMS 16k page but not the subsequent
  249.       pages.
  250.  
  251.       Switches 4-8 on SW1 (Mainlink board) determine the ROM address.
  252.       Switches 1 - 3 should probably not be adjusted.
  253.  
  254.       Please note that OFF = OPEN = UP.
  255.  
  256.       1-Unused (Always OFF), 2-OFF=AT (ON=?), 3-ON=PROM onboard (OFF=?)
  257.         4    5    6    7    8     Address
  258.         ON   ON   ON   OFF  ON    D000  (default)
  259.         ON   OFF  OFF  ON   ON    CC00
  260.         ON   ON   OFF  ON   ON    C800
  261.         ON   OFF  ON   ON   ON    C400
  262.         ON   OFF  OFF  OFF  ON    C000
  263.  
  264.    SYSTEM 36 LOCAL AREA ATTACHMENT ADAPTER
  265.  
  266.       FIELD REPORT that this adapter is NOT compatible with Above Boards
  267.       providing conventional memory in an IBM AT. Apparently this adapter
  268.       is looking for an IBM AT with 512k on the motherboard ONLY! It
  269.       doesn't seem to allow the computer to finish booting if it finds a
  270.       board that can provide memory.
  271.  
  272.    WANG W-LOCK EMULATION BOARD
  273.  
  274.       *FIELD REPORTS* of compatibility with Above Boards.
  275.  
  276.       Tech Notes: We have had reports that some Wang boards use D0000-DF000
  277.       and cannot be changed. If an Above Board were asked to provide
  278.       expanded memory in an 80286-based computer with an EGA or VGA display
  279.       adapter there would not be enough reserved memory space for the
  280.       expanded memory manager to load.  Other reports indicate that
  281.       revision 2.5 or later of the Wang emulation software will allow Wang
  282.       boards to use E0000-EF000.
  283.  
  284.  
  285. ══════════════════════════════════════════════════════════════════════════════
  286. End of file                 Intel FaxBack # 1330          October 2,1992
  287.